home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NASA Climatology Interdisciplinary Data Collection
/
NASA Climatology Interdisciplinary Data Collection - Disc 4.iso
/
software
/
grads
/
lib
/
functions
/
pause.gf
< prev
next >
Wrap
Text File
|
1994-02-16
|
226b
|
20 lines
function pause()
while(1)
pull keycmd
if(keycmd='c')
'c'
break
endif
if(keycmd='p')
'print'
'c'
break
endif
if(keycmd='q')
'c'
break
'quit'
endif
endwhile
return